home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib3
/
v_03_03
/
3n03025d
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-01
|
299 b
|
9 lines
typedef struct {
unsigned char rh_lth; // length of request packet
unsigned char rh_sub_unit; // target sub-unit
unsigned char rh_cc; // command code
unsigned short rh_stat; // status information
unsigned char rh_res[8];// reserved
} Req_Head;